LoggerFunctionType
import { LoggerFunctionType } from "@hyper-fetch/core"
Description
Defined in managers/logger/logger.manager.types.ts:11
Preview
type LoggerFunctionType = (log: LogType) => void;
Structure
(log: LogType) => void
import { LoggerFunctionType } from "@hyper-fetch/core"
Defined in managers/logger/logger.manager.types.ts:11
type LoggerFunctionType = (log: LogType) => void;
(log: LogType) => void